home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / pcbaby / _setup.1 / PCBaby4.exe / 0 / RCDATA / TNEWENTRY / TNEWENTRY.txt
Text File  |  1996-10-21  |  3KB  |  140 lines

  1. object NewEntry: TNewEntry
  2.   Left = 200
  3.   Top = 99
  4.   ActiveControl = Date
  5.   BorderStyle = bsDialog
  6.   Caption = 'NewEntry'
  7.   ClientHeight = 319
  8.   ClientWidth = 398
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 16
  17.   object TitleTitle: TLabel
  18.     Left = 8
  19.     Top = 56
  20.     Width = 73
  21.     Height = 19
  22.     Alignment = taRightJustify
  23.     AutoSize = False
  24.     Caption = 'Title:'
  25.     Font.Color = clBlue
  26.     Font.Height = -16
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 120
  33.     Top = 16
  34.     Width = 41
  35.     Height = 19
  36.     Alignment = taRightJustify
  37.     Caption = 'Date:'
  38.     Font.Color = clBlue
  39.     Font.Height = -16
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Title: TEdit
  45.     Left = 88
  46.     Top = 48
  47.     Width = 185
  48.     Height = 26
  49.     Font.Color = clBlack
  50.     Font.Height = -16
  51.     Font.Name = 'Arial'
  52.     Font.Style = []
  53.     ParentFont = False
  54.     TabOrder = 1
  55.   end
  56.   object Remarks: TMemo
  57.     Left = 8
  58.     Top = 88
  59.     Width = 265
  60.     Height = 217
  61.     ScrollBars = ssVertical
  62.     TabOrder = 2
  63.   end
  64.   object Date: TMaskEdit
  65.     Left = 168
  66.     Top = 8
  67.     Width = 105
  68.     Height = 26
  69.     EditMask = '!99-99-00;1;_'
  70.     Font.Color = clBlack
  71.     Font.Height = -16
  72.     Font.Name = 'Arial'
  73.     Font.Style = []
  74.     MaxLength = 8
  75.     ParentFont = False
  76.     TabOrder = 0
  77.     Text = '  -  -  '
  78.   end
  79.   object OKBtn: TBitBtn
  80.     Left = 296
  81.     Top = 232
  82.     Width = 93
  83.     Height = 31
  84.     Caption = 'Ok'
  85.     Default = True
  86.     Font.Color = clGreen
  87.     Font.Height = -19
  88.     Font.Name = 'Arial'
  89.     Font.Style = [fsBold]
  90.     ModalResult = 1
  91.     ParentFont = False
  92.     TabOrder = 3
  93.     OnClick = OKBtnClick
  94.     Glyph.Data = {
  95.       F6000000424DF600000000000000760000002800000010000000100000000100
  96.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  97.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  98.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  99.       5555555555555555555555555205555555555555222055555555555522205555
  100.       5555555222220555555555222222055555555722052220555555720555522055
  101.       5555555555522205555555555555220555555555555552205555555555555572
  102.       0555555555555557205555555555555552205555555555555555}
  103.     Margin = 8
  104.     Spacing = -1
  105.   end
  106.   object CancelBtn: TBitBtn
  107.     Left = 297
  108.     Top = 275
  109.     Width = 93
  110.     Height = 31
  111.     Font.Color = clRed
  112.     Font.Height = -19
  113.     Font.Name = 'Arial'
  114.     Font.Style = [fsBold]
  115.     ParentFont = False
  116.     TabOrder = 4
  117.     OnClick = CancelBtnClick
  118.     Kind = bkCancel
  119.     Margin = 2
  120.     Spacing = -1
  121.   end
  122.   object HelpBtn: TBitBtn
  123.     Left = 357
  124.     Top = 91
  125.     Width = 25
  126.     Height = 31
  127.     Caption = ' '
  128.     Font.Color = clBlack
  129.     Font.Height = -11
  130.     Font.Name = 'MS Sans Serif'
  131.     Font.Style = [fsBold]
  132.     ParentFont = False
  133.     TabOrder = 5
  134.     OnClick = HelpBtnClick
  135.     Kind = bkHelp
  136.     Margin = 2
  137.     Spacing = -1
  138.   end
  139. end
  140.